Skip to content

[DEV-3554] Add cs_uri_query to parameters in PUT when a webinar ends#2021

Open
MarBert wants to merge 4 commits intomainfrom
DEV-3554-fix-vod
Open

[DEV-3554] Add cs_uri_query to parameters in PUT when a webinar ends#2021
MarBert wants to merge 4 commits intomainfrom
DEV-3554-fix-vod

Conversation

@MarBert
Copy link
Collaborator

@MarBert MarBert commented Feb 12, 2026

List of Changes

Add cs_uri_query to parameters in PUT when a webinar ends

Motivation and Context

How Has This Been Tested?

This must be tested in dev

Screenshots (if appropriate):

Types of changes

  • Chore (nothing changes by a user perspective)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@MarBert MarBert self-assigned this Feb 12, 2026
@changeset-bot
Copy link

changeset-bot bot commented Feb 12, 2026

🦋 Changeset detected

Latest commit: d9d4f52

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
ivs-functions Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@MarBert MarBert marked this pull request as ready for review February 12, 2026 13:41
@github-actions
Copy link
Contributor

Branch is not up to date with base branch

@MarBert it seems this Pull Request is not updated with base branch.
Please proceed with a merge or rebase to solve this.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 12, 2026

Jira Pull Request Link

This Pull Request refers to the following Jira issue DEV-3554

body: {
data: {
playerSrc: newPlayerSrc,
cs_uri_query: webinar.attributes.slug,
Copy link
Collaborator

@marcobottaro marcobottaro Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this object is the PUT body, I think adding a parameter here could result in a Strapi error.
The query parameter should be added at the end of the playerSrc field value:

          playerSrc: `${newPlayerSrc}?cs_uri_query=${webinar.attributes.slug}`,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants